Skip to content

Commit

Permalink
Update .travis.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
niwinz committed Apr 16, 2016
1 parent f24a804 commit 0d9c899
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ lein: lein
sudo: false

script:
- ./scripts/build
- ./scripts/build-tests
- nvm install v5.10.1
- node --version
- node out/tests.js

jdk:
- oraclejdk8

node_js:
- "5.4.1"
- "5.10.1"

0 comments on commit 0d9c899

Please sign in to comment.