This website requires JavaScript.
Explore
Help
Sign In
verdnatura-mirror
/
loopback-boot
mirror of
https://github.com/strongloop/loopback-boot.git
Watch
0
Star
0
Fork
You've already forked loopback-boot
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
81cdf6b42d
loopback-boot
/
.travis.yml
8 lines
64 B
YAML
Raw
Normal View
History
Unescape
Escape
Upgrade Travis to container-based infrastructure See http://docs.travis-ci.com/user/migrating-from-legacy/ for details.
2015-08-24 13:35:56 +00:00
sudo
:
false
Configure Travis CI builds
2015-04-17 07:12:45 +00:00
language
:
node_js
node_js
:
travis: drop io.js, add Node v4 and v6
2016-07-01 14:03:42 +00:00
-
"4"
-
"6"
Drop support for Node.js versions 0.10 and 0.12 Some of our dependencies are no longer supporting pre-4.0 versions of Node.js. As a result, our CI builds are failing on these platforms. This pull request removes 0.10 and 0.12 from our Travis CI build matrix and also adds "engines" field to package.json to tell our internal Jenkins CI to stop testing 0.10 and 0.12 versions too.
2017-10-19 08:57:06 +00:00
-
"8"
Configure Travis CI builds
2015-04-17 07:12:45 +00:00