Skip to content
This repository has been archived by the owner on Dec 3, 2018. It is now read-only.

Commit

Permalink
use sudo:false for faster vm starts
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Feb 16, 2016
1 parent 2967081 commit bd8da48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
@@ -1,5 +1,7 @@
language: cpp

sudo: false

compiler:
- gcc

Expand Down
2 changes: 1 addition & 1 deletion scripts/publish-binary.sh
Expand Up @@ -14,7 +14,7 @@ else
echo "NOT publishing"
fi

sudo pip install awscli
pip install --user awscli

gitsha="$1"
sleep=10
Expand Down

0 comments on commit bd8da48

Please sign in to comment.