This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
joepie91
/
pegjs
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1025
Commits
2
Branches
0
Tags
6.6 MiB
Tree:
ef3abf33b9
master
redux
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'ef3abf33b9'
${ noResults }
pegjs
/
.travis.yml
10 lines
110 B
Raw
Normal View
History
travis: use containers for faster builds http://docs.travis-ci.com/user/migrating-from-legacy/
8 years ago
sudo
:
false
Implement Travis CI integration
11 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.
7 years ago
-
"4.0"
-
"5.0"
.travis.yml: Test also with Node.js 6.0.x
7 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/
8 years ago
cache
:
directories
:
-
node_modules