UNPKG
orillusion-bs-jest
Version:
latest (0.3.11)
0.3.11
0.3.10
0.3.9
BuckleScript bindings to the Jest testing framework for orillusion
orillusion-bs-jest
/
.travis.yml
12 lines
(10 loc)
•
277 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
language: node_js node_js: - 6 cache: yarn before_install: -
mkdir
.tmp - curl -L https://github.com/ninja-build/ninja/releases/download/v1.7.2/ninja-linux.zip -o .tmp/ninja-linux.zip - unzip .tmp/ninja-linux.zip -d .tmp before_script: -
export
PATH=
$PATH
:
$PWD
/.tmp