提交 a998ef99 编写于 作者: J Joshua Peek

Fix travis task

上级 0b72bcfb
...@@ -3,9 +3,11 @@ build: node_modules/ bower_components/ ...@@ -3,9 +3,11 @@ build: node_modules/ bower_components/
test: node_modules/ build lint test: node_modules/ build lint
./test/run.sh ./test/run.sh
saucelabs: build test saucelabs: build
node ./test/saucelabs.js node ./test/saucelabs.js
travis: lint test saucelabs
lint: node_modules/ lint: node_modules/
./node_modules/.bin/jshint *.js test/*.js ./node_modules/.bin/jshint *.js test/*.js
...@@ -18,4 +20,4 @@ node_modules/: ...@@ -18,4 +20,4 @@ node_modules/:
clean: clean:
rm -rf ./bower_components ./node_modules rm -rf ./bower_components ./node_modules
.PHONY: build clean lint test saucelabs .PHONY: build clean lint test saucelabs travis
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册