Skip to content
This repository has been archived by the owner. It is now read-only.

split Travis into parallel test suites #7773

Merged
merged 3 commits into from Mar 20, 2017
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

cache travis node modules

This will speed up builds by several minutes, but we will have to clear
the cache when dependencies are updated.
See https://docs.travis-ci.com/user/caching/#Clearing-Caches
  • Loading branch information
diracdeltas committed Mar 17, 2017
commit cd8b3d7b25b66f6553670e7f14d113e9929e352f
@@ -3,6 +3,9 @@ node_js:
- "7"
dist: trusty
sudo: required
cache:
directories:
- node_modules
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.