Skip to content

Commit

Permalink
ic: adding Mac OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybesson committed Dec 17, 2016
1 parent ab35c47 commit 542d614
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ dist: trusty
env:
- NODE_ENV=PROD
before_install:
- if [["$TRAVIS_OS_NAME" == "linux"]]; then export CHROME_BIN=/usr/bin/google-chrome ; fi
- if [["$TRAVIS_OS_NAME" == "linux"]]; then export DISPLAY=:99.0 ; fi
- if [["$TRAVIS_OS_NAME" == "linux"]]; then sh -e /etc/init.d/xvfb start ; fi
- if [["$TRAVIS_OS_NAME" == "linux"]]; then sudo apt-get update ; fi
- if [["$TRAVIS_OS_NAME" == "linux"]]; then sudo apt-get install -y libappindicator1 fonts-liberation ; fi
- if [["$TRAVIS_OS_NAME" == "linux"]]; then wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb ; fi
- if [["$TRAVIS_OS_NAME" == "linux"]]; then sudo dpkg -i google-chrome*.deb ; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then export CHROME_BIN=/usr/bin/google-chrome; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then export DISPLAY=:99.0; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sh -e /etc/init.d/xvfb start; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get update ; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install -y libappindicator1 fonts-liberation; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo dpkg -i google-chrome*.deb; fi
install:
- npm install
- npm run install-selenium
Expand Down

0 comments on commit 542d614

Please sign in to comment.