This website requires JavaScript.
Explore
Help
Sign In
docs
/
choosealicense.com
Watch
1
Star
0
Fork
0
You've already forked choosealicense.com
mirror of
https://github.com/github/choosealicense.com
synced
2024-11-05 19:28:50 +01:00
Code
Issues
Releases
Wiki
Activity
3174c978cf
choosealicense.com
/
script
/
cibuild
8 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
use travis for ci to verify builds work before merging
2013-07-15 22:25:44 +02:00
#!/bin/sh
set -e
echo "building the site..."
run html-proofing as part of travis build
2013-10-23 09:23:57 +02:00
bundle exec rake test
add rubocop
2016-02-08 21:37:19 +01:00
bundle exec rubocop -D -S
Reference in New Issue
Copy Permalink