This website requires JavaScript.
Explore
Help
Sign In
luciano
/
honeysql
Watch
1
Star
0
Fork
You've already forked honeysql
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
c839565cfe
honeysql
/
.travis.yml
4 lines
81 B
YAML
Raw
Normal View
History
Unescape
Escape
add travis config
2015-02-24 05:48:30 +00:00
language
:
clojure
Specify lein version 2.7.1 in travis config Apparently travis defaults to 2.5.1 and 2.5.1 doesn't know how to find our tests. Our tests all still run, so that's good.
2017-07-18 03:38:37 +00:00
lein
:
2.7
.1
Run all code samples from README as tests using `lein test-readme` alias
2017-07-19 05:11:49 +00:00
script
:
lein do check, eastwood, test, test-readme
Reference in a new issue
Copy permalink