We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e868c5b + 188f357 commit 612d1cbCopy full SHA for 612d1cb
.travis.yml
@@ -1,4 +1,5 @@
1
-sudo: true
+# opt-in to TravisCI's faster container-based infrastructure
2
+sudo: false
3
4
language: ruby
5
rvm: 2.0.0
@@ -7,9 +8,11 @@ rvm: 2.0.0
7
8
# will kick in and use `vendor`, ignoring our BUNDLE_PATH
9
# declaration in `.bundle/config`
10
install:
-- ./scripts/install-coursier.sh
11
+- curl -L -o coursier https://git.io/vgvpD
12
- bundle install
13
14
+before_script: chmod +x coursier
15
+
16
script:
17
- ./scripts/run-tut.sh
18
- rm -r tut-tmp
scripts/install-coursier.sh
0 commit comments