Skip to content

Commit

Permalink
Chrome headless failed, so using plain old chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed May 3, 2017
1 parent 9017279 commit 1e2832f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ before_install:
- sh -e /etc/init.d/xvfb start
- sudo apt-get update
- sudo apt-get install -y libappindicator1 fonts-liberation
- wget https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
- wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- sudo dpkg -i google-chrome*.deb
- wget ${Keystore}
- wget ${GPG_Keyring}
Expand All @@ -20,7 +20,7 @@ before_install:
- eval `ssh-agent -s`
- ssh-add iridium_github_pages
- rm -f iridium_github_pages
script: "travis_wait 60 ./gradlew '-DtestBrowsers=ChromeHeadless,Marionette,PhantomJS' check --stacktrace"
script: "travis_wait 60 ./gradlew '-DtestBrowsers=Chrome,PhantomJS,Marionette' check --stacktrace"
deploy:
- provider: releases
api_key:
Expand Down

0 comments on commit 1e2832f

Please sign in to comment.