Skip to content

Commit

Permalink
putting node 4.2 in the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
enzor committed Jun 2, 2016
1 parent 4f02297 commit 5cd03ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: node_js
node_js:
- "4.2"
sudo: false
before_install:
- export CHROME_BIN=chromium-browser
Expand All @@ -15,8 +17,6 @@ env:
- MODULE=ng2-alfresco-search
- MODULE=ng2-alfresco-upload

node_js:
- v5


before_script: cd ./ng2-components/$MODULE; npm install --registry $DEV_REGISTRY
Expand Down

0 comments on commit 5cd03ac

Please sign in to comment.