Don't run browser tests on travis

This commit is contained in:
Esteban Ordano 2015-01-12 18:12:21 -03:00 committed by Braydon Fuller
parent e8bdf8860c
commit 13ab3efd34

View File

@ -6,7 +6,7 @@
"main": "index.js",
"scripts": {
"lint": "gulp lint",
"test": "gulp test",
"test": "gulp test:node",
"coverage": "gulp coverage",
"build": "gulp"
},