Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Temporarily disable Ghostdriver tests on Travis CI
Browse files Browse the repository at this point in the history
See issue #13667
  • Loading branch information
vitallium committed Oct 22, 2015
1 parent f69d44b commit 97d9ea2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@ addons:

before_script:
- chmod +x ./build.sh
- chmod +x ./test/run-tests.sh
- chmod +x ./test/run-tests-ghostdriver.sh

script:
- ./build.sh --qtdeps=bundled --confirm --silent #< Build
- ./test/run-tests.py #< Test (PhantomJS)
- ./test/run-tests-ghostdriver.sh #< Test (GhostDriver / PhantomJSDriver)

notifications:
irc:
Expand Down

0 comments on commit 97d9ea2

Please # to comment.