packages/.travis.yml

25 lines
391 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
install:
- |
2016-05-09 09:06:22 +09:00
wget http://nim-lang.org/download/nim-0.13.0.tar.xz
tar xf nim-0.13.0.tar.xz
cd nim-0.13.0
sh build.sh
2015-05-18 20:47:01 +01:00
cd ..
2015-03-10 17:19:37 +00:00
before_script:
- set -e
- set -x
2016-05-09 09:06:22 +09:00
- export PATH=`pwd`/nim-0.13.0/bin:$PATH
2015-03-10 17:19:37 +00:00
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