]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - .travis.yml
Fix typescript linter
[github/Chocobozzz/PeerTube.git] / .travis.yml
index baac98fcf43ef2b9c3fbd6c52468bb42bfe25693..7b4ec3466f551f23387311dcc2502a38f1e602bd 100644 (file)
@@ -1,8 +1,11 @@
 language: node_js
 
 node_js:
-  - "0.12"
   - "4.2"
+  - "5.1"
+
+env:
+  - CXX=g++-4.8
 
 addons:
   apt:
@@ -16,17 +19,14 @@ sudo: false
 services:
   - mongodb
 
-cache:
-  directories:
-    - node_modules
-    - $(npm config get prefix)/bin/grunt-cli
-    - $(npm config get prefix)/bin/electron-prebuilt
-
 before_script:
   - npm install electron-prebuilt -g
-  - npm install grunt-cli -g
+  - npm run build
 
 after_failure:
   - cat test1/logs/all-logs.log
   - cat test2/logs/all-logs.log
   - cat test3/logs/all-logs.log
+  - cat test4/logs/all-logs.log
+  - cat test5/logs/all-logs.log
+  - cat test6/logs/all-logs.log