Skip to content

Commit

Permalink
Try to build scalafix with travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Luka Jacobowitz committed Sep 29, 2017
1 parent 50631c1 commit 3ac35a6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sudo: required

dist: trusty

group: edge
group: edge

git:
depth: 9999
Expand All @@ -30,6 +30,11 @@ matrix:
before_install:
- export PATH=${PATH}:./vendor/bundle

before_script:
- cd scalafix
- sbt tests/test
- cd ..

script:
- scripts/travis-publish.sh

Expand Down

0 comments on commit 3ac35a6

Please sign in to comment.