.travis.yml 343 B

1234567891011
  1. os:
  2. - linux
  3. - osx
  4. language: generic
  5. sudo: required
  6. dist: trusty
  7. osx_image: xcode8
  8. install:
  9. - eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/02090c7ede5a637b76e6df1710e83cd0bbe7dcdf/swiftenv-install.sh)"
  10. script:
  11. - bash <(curl -s https://raw.githubusercontent.com/PlanTeam/Tools/master/CI.sh)