aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Ji2017-10-04 02:19:48 -0700
committerGitHub2017-10-04 02:19:48 -0700
commit98cb18d94dd0c263869dc66fb085646570a440fa (patch)
treee70c8d0d129f0ea818eaef6678fd68c2ff9078ab
parentabb32e2f2974832df08395ef7664561bb57c7324 (diff)
downloadvimium-98cb18d94dd0c263869dc66fb085646570a440fa.tar.bz2
travis: Clean up config
Use a non-ancient version of Node in sudo-less mode. Scripts do not need to be wrapped with quotes.
-rw-r--r--.travis.yml15
1 files changed, 8 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index a1484d2e..81d73211 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,12 +1,13 @@
+sudo: false
language: node_js
-node_js: 0.12
+node_js: "8"
before_install:
- - "npm install -g coffee-script"
- - "npm install path@0.11"
- - "npm install util"
- - "npm install -g phantomjs@1.9.20"
- - "cake build"
-script: "cake test"
+ - npm install -g coffee-script
+ - npm install path@0.11
+ - npm install util
+ - npm install -g phantomjs@1.9.20
+ - cake build
+script: cake test
notifications:
email: false
branches: