Skip to content

Commit

Permalink
Remove deprecated Travis config entries
Browse files Browse the repository at this point in the history
  • Loading branch information
Amine Mouafik committed Mar 19, 2020
1 parent cdeb819 commit 87fc457
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
language: node_js
node_js:
- 'lts/*'
- "lts/*"
before_script:
- npm install
- npm install
script:
- npm test
- npm test
after_script:
- npm run coveralls
notifications:
hipchat:
rooms:
secure: BY68psYkTgJwlVzVzjIwc4c9w2CFn0tsC1jkj+dg+1mi1ReiC5S/e3HdW20YJ6WGutOc2MAkgMb7D3DwUKBgkoEF6M8tE0eI8dqWAMV5rSE+ORPOFtGVGkGmSMDtxG6IyMUCMljLkTpKLi6RxwSAE/4oz8vfhVOnJjTInAN/Kec=
env:
global:
secure: RtBk967QTYOMKCtjR+pGBFABX29yU8R8D61q9JBTkWccMm+oUJ3lnerOY6A7HJodaravA76h2wO+VUmXeHm1BHDhPtYtUURJc/ZwoenvRBQgk8hzwr9xBE52/dF0wbK3Zl1h6krPpzgCZyl9GqHXk/SaFnEFPsthOrMegCo3cH8=
- npm run coveralls

0 comments on commit 87fc457

Please sign in to comment.