packages/.travis.yml

27 lines
427 B
YAML
Raw Normal View History

2015-03-10 17:19:37 +00:00
os:
- linux
2017-01-31 20:55:59 +01:00
dist: trusty
2015-03-10 17:19:37 +00:00
language: c
cache:
directories:
- "$HOME/.choosenim"
2015-03-10 17:19:37 +00:00
install:
- export CHOOSENIM_CHOOSE_VERSION="0.18.0"
- |
curl https://nim-lang.org/choosenim/init.sh -sSf > init.sh
sh init.sh -y
2018-07-04 22:20:54 +01:00
- export PATH=$HOME/.nimble/bin:$PATH
2015-03-10 17:19:37 +00:00
before_script:
- set -e
- set -x
script:
2017-10-01 15:34:58 +03:00
- nim c -d:ssl -r package_scanner.nim && node ./validate_json.js
2015-03-10 17:19:37 +00:00
notifications:
email: false # noisy