Skip to content

Commit

Permalink
chore(travis): Fix travis file
Browse files Browse the repository at this point in the history
Forgot to specify language
  • Loading branch information
evansiroky committed Jun 7, 2016
1 parent 29db6a3 commit 4eec7b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
language: node_js

cache:
directories:
- node_modules
Expand Down Expand Up @@ -42,7 +44,7 @@ matrix:

after_success:
- npm run semantic-release

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

0 comments on commit 4eec7b2

Please sign in to comment.