Skip to content

Commit

Permalink
Merge pull request #597 from dwijnand/back-to-docker-travis
Browse files Browse the repository at this point in the history
Revert .travis.yml back to sudo: false w/ workaround
  • Loading branch information
SethTisue committed Oct 8, 2016
2 parents e868c5b + 188f357 commit 612d1cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
sudo: true
# opt-in to TravisCI's faster container-based infrastructure
sudo: false

language: ruby
rvm: 2.0.0
Expand All @@ -7,9 +8,11 @@ rvm: 2.0.0
# will kick in and use `vendor`, ignoring our BUNDLE_PATH
# declaration in `.bundle/config`
install:
- ./scripts/install-coursier.sh
- curl -L -o coursier https://git.io/vgvpD
- bundle install

before_script: chmod +x coursier

script:
- ./scripts/run-tut.sh
- rm -r tut-tmp
Expand Down
3 changes: 0 additions & 3 deletions scripts/install-coursier.sh

This file was deleted.

0 comments on commit 612d1cb

Please sign in to comment.