Adding Travis CI integration

This commit is contained in:
Chord 2016-07-12 02:21:52 -04:00
parent e0fa3c49a2
commit e0db8ec2b7

5
.travis.yml Normal file
View file

@ -0,0 +1,5 @@
language: scala
scala:
- 2.11.7
after_success:
- bash <(curl -s https://codecov.io/bash)