Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop node v0.12, add 7 and 8 #172

Merged
merged 1 commit into from Jun 5, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 7 additions & 2 deletions .travis.yml
@@ -1,10 +1,15 @@
language: node_js

node_js:
- "0.12"
- 4
- 5
- 6
- 7
- 8

matrix:
allow_failures:
- node_js: 8

# to use native modules in node 4+, need to add clang or use trusty: https://docs.travis-ci.com/user/languages/javascript-with-nodejs#Node.js-v4-(or-io.js-v3)-compiler-requirements
#sudo: false
Expand Down Expand Up @@ -34,7 +39,7 @@ script:
- npm run lint && npm test

after_script:
- if [[ `node --version` == *v0.12* ]]; then cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js; fi
- if [[ `node --version` == *v4* ]]; then cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js; fi

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
spectcl

Copyright (c) 2015 Greg Cochard, Ryan Milbourne, ViaSat, Inc. http://github.com/spectcl/spectcl
Copyright (c) 2015-2017 Greg Cochard, Ryan Milbourne, ViaSat, Inc., Google Inc. http://github.com/spectcl/spectcl
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Making contributions as a Google employee?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, just making sure the Copyright add is valid. Merging!

Copyright (c) 2010 Elijah Insua, Marak Squires, Charlie Robbins http://github.com/nodejitsu/nexpect

Permission is hereby granted, free of charge, to any person obtaining
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# spectcl [![Build Status][buildstatus]][buildloc] [![Coverage Status][covstatus]][covloc] [![Dependencies][depstatus]][deploc] [![NPM][npmbadge]][npmloc] [![Follow Spectcl][twitbadge]][twitloc]

[buildstatus]: https://travis-ci.org/spectcl/spectcl.svg
[buildstatus]: https://travis-ci.org/spectcl/spectcl.svg?branch=master
[buildloc]: https://travis-ci.org/spectcl/spectcl
[covstatus]: https://coveralls.io/repos/spectcl/spectcl/badge.svg
[covloc]: https://coveralls.io/r/spectcl/spectcl
Expand Down