Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Removed semvar locks from travis (#87)
Browse files Browse the repository at this point in the history
This runs tests against latest versions, which is probably the intended behavior.
  • Loading branch information
amilajack authored and amireh committed Sep 15, 2016
1 parent e77faf1 commit 0c791b0
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
language: node_js

env:
- HAPPY_TEST_TIMEOUT=60000

node_js:
- "6.3.1"
- "5.12.0"
- "4.4.7"
- "0.12.15"
- 6
- 5
- 4
- '0.12'

install: npm install --ignore-scripts

script:
- npm run lint
- npm run test:coverage

after_success:
- npm run coverage:ci

cache:
directories:
- node_modules
- node_modules

0 comments on commit 0c791b0

Please sign in to comment.