Skip to content

Commit

Permalink
Fix travis task
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Mar 16, 2015
1 parent 0b72bcf commit a998ef9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ build: node_modules/ bower_components/
test: node_modules/ build lint
./test/run.sh

saucelabs: build test
saucelabs: build
node ./test/saucelabs.js

travis: lint test saucelabs

lint: node_modules/
./node_modules/.bin/jshint *.js test/*.js

Expand All @@ -18,4 +20,4 @@ node_modules/:
clean:
rm -rf ./bower_components ./node_modules

.PHONY: build clean lint test saucelabs
.PHONY: build clean lint test saucelabs travis

0 comments on commit a998ef9

Please sign in to comment.