This website works better with JavaScript.
Explore
Help
Register
Sign In
joepie91
/
pegjs
Watch
1
Star
0
Fork
You've already forked pegjs
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ef3abf33b9
redux
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'ef3abf33b9'
${ noResults }
pegjs
/
.travis.yml
10 lines
110 B
YAML
Raw
Normal View
History
Unescape
Escape
travis: use containers for faster builds http://docs.travis-ci.com/user/migrating-from-legacy/
9 years ago
sudo
:
false
Implement Travis CI integration
12 years ago
language
:
node_js
node_js
:
.travis.yml: Tweak Node.js versions Do not test under io.js (which is no longer a thing), test under Node.js 4.0.x and 5.0.x. Zero minor versions are intentional, I wan't to make sure that PEG.js doesn't depend on any features added later in the 4.x and 5.x cycle.
9 years ago
-
"4.0"
-
"5.0"
.travis.yml: Test also with Node.js 6.0.x
9 years ago
-
"6.0"
travis: cache node_modules for faster builds This reduces build times by around 10 seconds. http://blog.travis-ci.com/2013-12-05-speed-up-your-builds-cache-your-dependencies/
9 years ago
cache
:
directories
:
-
node_modules