UNPKG

316 BYAMLView Raw
1dist: trusty
2language: node_js
3
4node_js:
5 - "8"
6 - "6"
7
8os:
9 - linux
10# - osx
11
12addons:
13 firefox: latest
14 chrome: stable
15
16before_script:
17 - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export DISPLAY=:99.0; fi
18 - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sh -e /etc/init.d/xvfb start; fi
19
20cache:
21 yarn: true