Skip to content

Commit

Permalink
swisspost#162: simplified .travis.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
roggerj committed Sep 8, 2017
1 parent eef4009 commit 17baaa1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,16 @@ before_install:
- sudo apt-get install -y libappindicator1 fonts-liberation
- wget http://www.slimjet.com/chrome/download-chrome.php?file=lnx%2Fchrome64_48.0.2564.109.deb
- sudo dpkg -i download-chrome.php?file=lnx%2Fchrome64_48.0.2564.109.deb
- cd gateleen-test/src/test/resources/
- wget https://chromedriver.storage.googleapis.com/2.21/chromedriver_linux64.zip
- unzip chromedriver_linux64.zip
- cd ..; cd ..; cd ..; cd ..
script:
- ./gradlew build
# - ./gradlew gateleen-test:startServer (no logging, also waits for it to come up)
- nohup java -jar gateleen-playground/build/libs/playground.jar &
- sleep 15s
# - ./gradlew :gateleen-playground:uploadStaticFiles
- ./gradlew :gateleen-playground:uploadStaticFiles
- ./gradlew :gateleen-test:test -PuiTests -Dsel_chrome_driver=src/test/resources/chromedriver
- ./gradlew :gateleen-test:test -PuiTests
# - ./gradlew gateleen-test:stopServer
- kill $(ps -ef | grep playground | awk '{ print $2 }')
- ./gradlew :gateleen-test:test -PnonUiTests
Expand Down

0 comments on commit 17baaa1

Please sign in to comment.