fix travis yaml and test challenges

pull/3568/head
Berkeley Martinez 2015-10-02 11:11:28 -07:00
parent c819fcc0cb
commit 86344d5c9e
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
language: node_js
services:
- mongodb
node_js:
- '0.10'
- 'node'
- '1.6.4'
sudo: false

View File

@ -11,7 +11,7 @@
"prestart-production": "bower cache clean && bower install && gulp build",
"start-production": "node pm2Start",
"lint": "eslint --ext=.js,.jsx .",
"test": "mocha --compilers js:babel/register"
"test": "gulp test-challenges"
},
"license": "(BSD-3-Clause AND CC-BY-SA-4.0)",
"dependencies": {