1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/.travis.yml
Arunoda Susiripala 89d4e0af4a Only use Node 6 as the testing Node.js version. (#2609)
It's safe to use this as we don't use any platform specific Node.js features.
2017-07-20 22:19:32 +05:30

21 lines
332 B
YAML

sudo: required
dist: trusty
addons:
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
language: node_js
node_js:
- "6"
cache:
directories:
- node_modules
before_install:
- rm yarn.lock
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3
after_script: npm run coveralls