aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: d4e2673db61f35c7ed4cefc5cefbfa096282e5a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
os:
  - linux
dist: trusty

language: c

install:
  - |
      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
      cd ..

before_script:
  - set -e
  - set -x
  - export PATH=`pwd`/nim-0.13.0/bin:$PATH

script:
  - nim c -d:ssl -r package_scanner.nim && node ./validate_json.js

notifications:
  email: false # noisy