common/corpus-common-addon/.travis.yml
changeset 537 d2e6ee099125
parent 511 fbf4e1afab01
child 543 aaaf9b0b09f6
--- a/common/corpus-common-addon/.travis.yml	Sat Jun 10 22:43:58 2017 +0200
+++ b/common/corpus-common-addon/.travis.yml	Mon Jun 12 14:53:59 2017 +0200
@@ -1,14 +1,13 @@
 ---
 language: node_js
 node_js:
-  - "4"
+  - "6"
 
 sudo: false
 
 cache:
   directories:
     - $HOME/.npm
-    - $HOME/.cache # includes bowers cache
 
 env:
   # we recommend testing LTS's and latest stable release (bonus points to beta/canary)
@@ -26,13 +25,11 @@
 
 before_install:
   - npm config set spin false
-  - npm install -g bower phantomjs-prebuilt
-  - bower --version
+  - npm install -g phantomjs-prebuilt
   - phantomjs --version
 
 install:
   - npm install
-  - bower install
 
 script:
   # Usually, it's ok to finish the test scenario without reverting