1
0
Fork 0

Updated travis CI config

This commit is contained in:
Michaël Lemaire 2017-01-10 19:52:13 +01:00
parent 2d9a867874
commit 442ebe4682

View file

@ -1,2 +1,6 @@
install: python bootstrap-venv.py
script: PATH=bin bin/gulp tests
language: node_js
node_js:
- "6"
before_script:
- npm run deps
- npm run build