Skip to content
This repository was archived by the owner on Feb 28, 2019. It is now read-only.

Commit d8e4808

Browse files
committed
Add initial Travis integration
1 parent 61665b7 commit d8e4808

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: ruby
2+
jdk:
3+
- oraclejdk8
4+
sudo: false
5+
rvm:
6+
- 2.3.1
7+
install:
8+
- rvm use 2.3.1
9+
- gem install bundler
10+
- bundle install
11+
script: buildr package publish_if_tagged
12+
git:
13+
depth: false

0 commit comments

Comments
 (0)