Skip to content

Commit

Permalink
Move gemini install step to TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed Jul 1, 2017
1 parent 18b14f1 commit 15872c3
Show file tree
Hide file tree
Showing 3 changed files with 1,290 additions and 3,325 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ install:

script:
- if [[ "$TRAVIS_EVENT_TYPE" != "pull_request" && "$TRAVIS_BRANCH" != quick/* ]]; then
npm i gemini@^4.0.0 gemini-sauce gemini-polyserve;
gemini test test/visual;
gemini test test/visual -c .gemini-ie.yml;

Expand Down
Loading

0 comments on commit 15872c3

Please sign in to comment.