0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00

Update .travis.yml file

This commit is contained in:
Andrey Antukh 2016-04-16 11:11:43 +03:00
parent f24a80468e
commit 0d9c899367
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -3,7 +3,8 @@ lein: lein
sudo: false
script:
- ./scripts/build
- ./scripts/build-tests
- nvm install v5.10.1
- node --version
- node out/tests.js
@ -11,5 +12,5 @@ jdk:
- oraclejdk8
node_js:
- "5.4.1"
- "5.10.1"