Skip to content

Commit

Permalink
🎨 Lint .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dasilvacontin committed Apr 29, 2016
1 parent 2ea5c6d commit e3a009a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
env:
global:
- CXX=g++-4.8
- CXX=g++-4.8
before_install:
- ./scripts/ensure-compatible-npm.sh
script: travis_retry npm test
Expand All @@ -16,6 +16,6 @@ node_js:
sudo: false
notifications:
urls:
- secure: "EmycFlk48bUvOQ07mxnbcn6T+n3G4wVWuXgrDsUUp6EhJ9866wQK9i+qVhqogWuSEQrGoVaS/vpc/NEYxDP30BD/+nqgvOhVhLVEgtziI85imyV/oUVpArdW3AUmuzCrx7rQCivygjpBmWV9ZcUT5Km4qp1iQhuumy2WbplxrZ4="
- secure: EmycFlk48bUvOQ07mxnbcn6T+n3G4wVWuXgrDsUUp6EhJ9866wQK9i+qVhqogWuSEQrGoVaS/vpc/NEYxDP30BD/+nqgvOhVhLVEgtziI85imyV/oUVpArdW3AUmuzCrx7rQCivygjpBmWV9ZcUT5Km4qp1iQhuumy2WbplxrZ4=
on_success: change
on_failure: always

0 comments on commit e3a009a

Please sign in to comment.