all repos — hastyscribe @ 7427de3365b5d4d1c178dd6120e566b044686655

A professional markdown compiler.

.travis.yml

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
language: c
cache:
  directories:
    - '$HOME/.nimble'
    - '$HOME/.choosenim'
install:
  - export CHOOSENIM_CHOOSE_VERSION="1.4.0"
  - |
    curl https://nim-lang.org/choosenim/init.sh -sSf > init.sh
    sh init.sh -y
before_script:
  - set -e
  - set -x
  - export PATH=$HOME/.nimble/bin:$PATH
  - export CHOOSENIM_NO_ANALYTICS=1
script:
  - nimble install -y nifty
  - nifty install
  - nifty build discount
  - nimble -y build
  - ./build_guide