Skip to content

Commit

Permalink
Update package version and travis runners
Browse files Browse the repository at this point in the history
  • Loading branch information
fdvj committed Nov 16, 2015
1 parent cb32ff5 commit 1d50ea9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: node_js
node_js:
- "0.10"
- "0.12"
- "4.2"
- "5.0"
install:
- npm install -g grunt-cli
- npm install
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wolfpack",
"version": "0.3.3",
"version": "0.4.0",
"description": "SailsJS Model Testing Library",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1d50ea9

Please sign in to comment.