Skip to content

Commit

Permalink
add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
leifg committed Aug 29, 2015
1 parent 960c322 commit f5464b1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: elixir
elixir: 1.0.4
otp_release:
- 17.1
sudo: false
env: MIX_ENV=test
before_script:
- mix deps.get --only test
script:
- mix espec

0 comments on commit f5464b1

Please sign in to comment.