Skip to content

Instantly share code, notes, and snippets.

@poying
Created June 27, 2015 04:05
Show Gist options
  • Save poying/29aabdecc382a1e7fde0 to your computer and use it in GitHub Desktop.
Save poying/29aabdecc382a1e7fde0 to your computer and use it in GitHub Desktop.
ifeq ($(TRAVIS_BRANCH), $(filter $(TRAVIS_BRANCH), master develop))
# master/develop 的時候跑 saucelabs
# 檢查是不是所有指定 browser 都可以通過測試
travis: test-sauce
else
# 其他 branch 只跑 phantomjs
# 避免 saucelabs 噴錢...
travis: test-phantomjs
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment