Skip to content

Commit

Permalink
added cache directories and slack notifications to travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jmiranda committed Sep 14, 2015
1 parent 8a214fa commit 931854b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
language: groovy

jdk:
- openjdk7

before_install:
- sudo add-apt-repository -y ppa:groovy-dev/grails
- sudo apt-get update
- sudo apt-get install grails-1.3.9

script: "grails test-app unit: --non-interactive"
script: 'grails test-app unit: --non-interactive'
cache:
directories:
- "$HOME/.grails"
- "$HOME/.ivy2"
notifications:
slack:
secure: NJ2bhtLK2Xn0vPfq/lAxehuwLshp50Uep1mHMTbiQ7WK/YxNhLbrjgIbh9ZcM/UxZ4AhYX3Wv4VUI9iyEa06XUNTtxaM3ia8Eqao1wTVMl9N0RvU+VgHINORmyZZlf4MNBOZItwsmZT2b094gAfPIg7r8VuCo1wVqGjubVfTeUQ=

0 comments on commit 931854b

Please sign in to comment.