Revision 3eac754df083f0a4877af17781229a04ea130037 authored by Clayton Morrison on 18 March 2020, 01:57:54 UTC, committed by Clayton Morrison on 18 March 2020, 01:57:54 UTC
2 parent s 3eea465 + e1c8693
Raw File
.travis.yml
sudo: required
dist: trusty
language: scala
scala:
  - 2.11.8
branches:
  only:
    - master
script:
  - ${TRAVIS_BUILD_DIR}/runAllTests.sh
back to top