Skip to content

Commit 55282b0

Browse files
author
Artem Chistyakov
committed
Update Travis build config.
1 parent b08ba56 commit 55282b0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
language: clojure
2-
lein: lein2
32
services:
43
- mysql
54
jdk:
65
- openjdk7
76
- oraclejdk7
87
- oraclejdk8
9-
script: "lein2 test-all"
8+
- oraclejdk9
9+
script: "lein test-all"
1010
before_script: "echo 'CREATE DATABASE IF NOT EXISTS clj_mysql_queue;' | mysql -uroot"
11+

0 commit comments

Comments
 (0)