Revision adf7f5cbc3a0a4a731da6f6f2d1a5ca2c9efacba authored by Keith Alcock on 20 October 2020, 05:25:16 UTC, committed by Keith Alcock on 20 October 2020, 05:25:16 UTC
1 parent 755fdcb
Raw File
.travis.yml
sudo: required
dist: trusty
language: scala
scala:
  - 2.12.8
  - 2.11.12
branches:
  only:
    - master
script:
  - ${TRAVIS_BUILD_DIR}/runAllTests.sh
back to top