UNPKG

361 BYAMLView Raw
1language: node_js
2
3node_js:
4 - "7"
5 - "6"
6 - "4"
7os:
8 - linux
9 - osx
10
11addons:
12 firefox: "latest"
13
14before_script:
15 - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CHROME_BIN=chromium-browser ; fi
16 - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export DISPLAY=:99.0; fi
17 - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sh -e /etc/init.d/xvfb start; fi