Skip to content

Commit

Permalink
Merge 5c0971e into 905da46
Browse files Browse the repository at this point in the history
  • Loading branch information
vekexasia committed Oct 20, 2017
2 parents 905da46 + 5c0971e commit 7a4de66
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
language: node_js
node_js:
- "6"
- '6'
sudo: required
script: npm run test-unit
cache:
directories:
- node_modules
- node_modules
notifications:
slack:
secure: KZi59NkHnpH7r40E/khsJlJPBQD346KCHbihYEX14nR0VE93p0AHSUpE8lQQoYd6WajHL/XiNa7aE/ssC4Zl3CumpznAa8ZFGOsOck2BaYqNTUQ88wtGEne3ULp/ZvvA3FffNeOiIZxU5bITU4GrU8SUxZlgOavGpa5+FjM8NIHJ+tVIkRi1oDz8947bqQpPTgM0gRTcnnPGcBwB/89U7YK34Y5VbTfPxINurPP0plJ2oMgQniDG4p54a7xYx+JKT9ywwckwCodX44+tXRs5IVIQPL0S9FpkBOqD8o7zLpZykO5qdZlzzVwB9n0TmEAqL6ddTIzbDB3dnRAefOqwstPtVyigUjOvEoXeGb1Qd1KMBiLJcXo/CgwHiAXnKfYuTakpXjiDsEHUIgFEH5vPoGNadx4k0hAXofNHoKP/M071piWFtvEJR270L7paA1cUmPCdEhFDQD5un/WB7kmagxghMGzlqd6Al89fxH30fZ7zghZgIFx5ejrOClFJ4zA23yNI9D2HNQze8zhHYOaLNpCgEr6SecYe2jl58fG28d6/M76tTE7GdKf9wzVkFWmAdULpQwyE9duIBCDDBb2Uw7buoONVEE9hArlkamL3CBSiGf/XXULfHGgWIiAvDg8IUeoGCjIXwHLjo1DYVJPMpiaarbymwPxRa3sZ66rCGL8=
after_success:
- npm run test-unit-cover
- npm run test-unit-cover

0 comments on commit 7a4de66

Please sign in to comment.