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 fb496b7c9a Run tests in Travis. (#1247)
* Run tests in Travis.

* Update deps and config.

* Update jest config.

* Disable a test temp.

* Increase the timeout.
2017-02-22 23:38:49 +05:30

22 lines
340 B
YAML

sudo: required
dist: trusty
addons:
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
language: node_js
node_js:
- "4"
- "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