Skip to content

Commit

Permalink
Clean before a secondary build on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sunesimonsen committed Sep 3, 2017
1 parent f495212 commit c0093da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -91,7 +91,7 @@ test-browser: create-html-runners ${TARGETS}
@./node_modules/.bin/serve .

.PHONY: travis-secondary
travis-secondary: test test-jest-if-supported-node-version coverage
travis-secondary: clean test test-jest-if-supported-node-version coverage

.PHONY: travis-main
travis-main: clean lint test test-jasmine test-jest coverage
Expand Down

0 comments on commit c0093da

Please sign in to comment.