Skip to content

Commit

Permalink
Disabling visual tests for ie11
Browse files Browse the repository at this point in the history
  • Loading branch information
manolo committed Sep 20, 2017
1 parent be84a79 commit d90da59
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,4 @@ 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;

rm -rf bower_components;
mv bower_components-1.x bower_components;
gemini test test/visual;
gemini test test/visual -c .gemini-ie.yml;
fi

0 comments on commit d90da59

Please sign in to comment.