Skip to content

Commit

Permalink
Update travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BugDiver committed Nov 30, 2017
1 parent 3ae7410 commit 06843dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 29 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
@@ -1,6 +1,8 @@
os:
- linux
language: ruby
env:
- GAUGE_TELEMETRY_ENABLED=false GAUGE_PREFIX=/tmp
sudo: required
dist: trusty

Expand All @@ -12,7 +14,7 @@ addons:
- google-chrome-stable
packages:
- unzip
- libappindicator1
- libappindicator1
- fonts-liberation
- xvfb
before_install:
Expand All @@ -22,9 +24,9 @@ before_install:
- docker ps -a
- sleep 30
- npm install --global surge
- curl -sSfL https://github.com/getgauge/gauge-tests/raw/master/install_latest_gauge_nightly.sh | bash
- export PATH=$PATH:$GAUGE_PREFIX/bin
install:
- sh ./install_latest_gauge.sh /tmp
- source ~/.profile
- gauge install ruby
- bundle install
- wget -N http://chromedriver.storage.googleapis.com/2.30/chromedriver_linux64.zip -P ~/Downloads
Expand Down
26 changes: 0 additions & 26 deletions install_latest_gauge.sh

This file was deleted.

0 comments on commit 06843dd

Please sign in to comment.