Skip to content

Commit

Permalink
use 'clojure' in travis script.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeaguiar committed Dec 21, 2018
1 parent c03b99f commit aa52ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ install:
- curl -O https://download.clojure.org/install/linux-install-1.10.0.403.sh
- chmod +x linux-install-1.10.0.403.sh
- sudo ./linux-install-1.10.0.403.sh
script: clj -Aprovided:dev:test
script: clojure -Aprovided:dev:test
branches:
only:
- master
Expand Down

0 comments on commit aa52ce2

Please sign in to comment.