Skip to content

Commit

Permalink
Disable sudo temporarily for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
smitpatel committed Jun 7, 2017
1 parent 3cac91d commit 2ba1dc0
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
@@ -1,5 +1,5 @@
language: csharp
sudo: required
sudo: false
dist: trusty
env:
global:
Expand All @@ -18,6 +18,5 @@ branches:
- /^(.*\/)?ci-.*$/
before_install:
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/; ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/; fi
- sudo apt-get install libunwind-setjmp0
script:
- ./build.sh

0 comments on commit 2ba1dc0

Please sign in to comment.