Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/hswick/jutsu.ai
Browse files Browse the repository at this point in the history
  • Loading branch information
hswick committed Apr 18, 2018
2 parents 74c5040 + b61ad37 commit 0a64c7e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Expand Up @@ -13,4 +13,7 @@ pom.xml.asc
.nrepl-port
.nightlight.edn
*.iml
/.idea
/.idea
.nrepl-history
classnet.zip
iris-model
22 changes: 22 additions & 0 deletions .travis.yml
@@ -0,0 +1,22 @@
sudo: false
language: java
script: boot test-code
install:
- mkdir -p ~/bin
- export PATH=~/bin:$PATH
# Could use `latest` tag instead of version number
- curl -L https://github.com/boot-clj/boot-bin/releases/download/2.5.2/boot.sh -o ~/bin/boot
- chmod +x ~/bin/boot
env:
matrix:
# Runs tests twice, using Clj 1.7 and 1.8
- BOOT_CLOJURE_VERSION=1.7.0
- BOOT_CLOJURE_VERSION=1.8.0
jdk:
- oraclejdk8
cache:
directories:
- $HOME/.m2
- $HOME/.boot/cache/bin
- $HOME/.boot/cache/lib
- $HOME/bin

0 comments on commit 0a64c7e

Please sign in to comment.