Skip to content

Commit

Permalink
chore(ci): use travis for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschneider committed Sep 3, 2016
1 parent 1b177d2 commit fddb6c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ language: node_js
env: CI=true

node_js:
- '0.10'
- stable

cache:
directories:
Expand All @@ -19,6 +19,7 @@ script:
after_success:
- gulp coverage
# - npm run semantic-release

branches:
except:
- /^v\d+\.\d+\.\d+$/
Expand Down

0 comments on commit fddb6c7

Please sign in to comment.