Skip to content

Commit

Permalink
Merge pull request #39 from trustpilot/build-and-release
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbuberl authored Apr 4, 2017
2 parents f7f2ecb + 807d19a commit 431d7b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
13 changes: 5 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
language: node_js
node_js:
- "4.1"
- '7'
- '6'
- '5'
- '4'

before_script:
- npm install -g gulp

script: gulp test

notifications:
email: false
script: npm test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trustpilot",
"version": "1.1.0",
"version": "2.0.0",
"description": "HTTP client for Trustpilot",
"homepage": "https://github.com/trustpilot/node-trustpilot",
"repository": "https://github.com/trustpilot/node-trustpilot.git",
Expand Down

0 comments on commit 431d7b2

Please sign in to comment.