all repos — litestore @ 0f9a86fbb460c90786199dc803f71ca70352ec9d

A minimalist nosql document store.

.travis.yml

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
language: c
cache:
  directories:
    - "$HOME/.nimble"
    - "$HOME/.choosenim"
install:
  - export CHOOSENIM_CHOOSE_VERSION="1.0.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 -y build