Revision 338168b0d37a6587618d47994a5d0966740ae284 authored by enoriega on 10 July 2016, 19:12:48 UTC, committed by enoriega on 10 July 2016, 19:12:48 UTC
1 parent c520c90
Raw File
.travis.yml
sudo: required
dist: trusty
language: scala
scala:
  - 2.11.6
branches:
  only:
    - master

back to top