This website requires JavaScript.
Explore
Help
Sign In
verdnatura-mirror
/
loopback-context
mirror of
https://github.com/strongloop/loopback-context.git
Watch
0
Star
0
Fork
You've already forked loopback-context
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4d4920c491
loopback-context
/
.travis.yml
6 lines
62 B
YAML
Raw
Normal View
History
Unescape
Escape
Enable Travis CI
2016-08-01 12:40:22 +00:00
sudo
:
false
language
:
node_js
node_js
:
-
"4"
-
"6"
Add Node.js 7 to package.json and .travis.yml Added Node.js 7 to package.json. This way yarn will not complain when Node.js 7 is used. Tests still pass and the code itself also works on Node.js 7. Configure Travis CI to run the build on Node.js 7 too, in order to verify correctness.
2017-06-20 09:18:10 +00:00
-
"7"