Skip to content

Commit

Permalink
feat(travis): update build notification
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Aug 20, 2015
1 parent 21099b7 commit f35c467
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
12 changes: 9 additions & 3 deletions .travis.init.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
sudo: false
language: node_js
cache:
- bundler
node_js:
- "0.12"
- "0.13"
- iojs
before_install:
- rvm use 2.2.2 --install --fuzzy
- rvm use 2.2.2 --fuzzy
- bundle install
before_script:
- npm install -g grunt-cli
matrix:
fast_finish: true
allow_failures:
- node_js: "0.13"
- node_js: iojs
notifications:
email: false
slack:
secure: P/ngpvqinM/t9tdXZO2qHQvq2XCkcerKM+KwNJlQoVHnkl/Z/EtzB1yxiZZ6LGdHp+r3nShBhfW+gJVojU80EObt0iWHbFTkUUMFf6WI6c056937CksQI4atmDBiCJxMAnkd6DCLWfBexVtKDhkc5vX0bYhgoiXEzCYUhFd8pZ4=
12 changes: 9 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
sudo: false
language: node_js
cache:
- bundler
node_js:
- "0.12"
- "0.13"
- iojs
before_install:
- rvm use 2.2.2 --install --fuzzy
- rvm use 2.2.2 --fuzzy
- bundle install
before_script:
- npm install -g grunt-cli
matrix:
fast_finish: true
allow_failures:
- node_js: "0.13"
- node_js: iojs
notifications:
email: false
slack:
secure: P/ngpvqinM/t9tdXZO2qHQvq2XCkcerKM+KwNJlQoVHnkl/Z/EtzB1yxiZZ6LGdHp+r3nShBhfW+gJVojU80EObt0iWHbFTkUUMFf6WI6c056937CksQI4atmDBiCJxMAnkd6DCLWfBexVtKDhkc5vX0bYhgoiXEzCYUhFd8pZ4=

0 comments on commit f35c467

Please sign in to comment.