Skip to content

Commit

Permalink
Set up Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
foca committed Dec 25, 2016
1 parent 3e0611b commit 7706416
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: ruby
script: make
rvm:
- 2.3.1
- 2.2
- 2.1
- ruby-head
matrix:
allow_failures:
- rvm: ruby-head
install: |
gem install dep
curl https://raw.githubusercontent.com/tonchis/gst/master/bin/gst > gst
chmod +x gst
./gst init
source ./gst in

0 comments on commit 7706416

Please sign in to comment.