Skip to content

Commit

Permalink
[travis] Simplify env
Browse files Browse the repository at this point in the history
  • Loading branch information
Kagami committed Mar 8, 2017
1 parent 78f33ec commit 1a88b0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ before_install:
- sudo apt-get install -y libc6:i386 libmpv-dev
- ( cd ~ && wget https://storage.googleapis.com/nativeclient-mirror/nacl/nacl_sdk/nacl_sdk.zip )
- ( cd ~ && unzip nacl_sdk.zip && cd nacl_sdk && ./naclsdk update )
env:
- NACL_SDK_ROOT=$HOME/nacl_sdk/pepper_49
- export NACL_SDK_ROOT=$HOME/nacl_sdk/pepper_49
notifications:
email:
on_success: never

0 comments on commit 1a88b0c

Please sign in to comment.