Skip to content

Commit

Permalink
Fix Travis Tests (#246)
Browse files Browse the repository at this point in the history
* Update .travis.yml

* fix .travis.yml
  • Loading branch information
burn2delete committed Jun 21, 2018
1 parent f658599 commit e08c5d0
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
language: clojure
sudo: false
language: java
script: boot test-cljs -x
install:
- mkdir -p ~/bin
- export PATH=~/bin:$PATH
- curl -L https://github.com/boot-clj/boot-bin/releases/download/latest/boot.sh -o ~/bin/boot
- chmod +x ~/bin/boot
jdk:
- oraclejdk8
install:
- curl -s https://api.github.com/repos/boot-clj/boot/releases |grep 'download_url.*boot\.sh' |head -1 |sed 's/^.*[:] /wget -O boot /' |bash
- chmod 755 boot
cache:
directories:
- $HOME/.m2
script:
- ./boot test-cljs -x

0 comments on commit e08c5d0

Please sign in to comment.