aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Harley2018-12-26 19:41:07 +0000
committerTom Harley2018-12-26 19:41:07 +0000
commit21d5770300da8bfb416ecb768809d4b477f23621 (patch)
tree1b89fa36330b909e76eacc358bfc3ea58cfb5a49
parentRemove unnecessary files (diff)
downloadmedicine-21d5770300da8bfb416ecb768809d4b477f23621.tar.gz
medicine-21d5770300da8bfb416ecb768809d4b477f23621.zip

Add .travis.yml

During original development a GitLab CI runner was used for testing. Without access to GitLab stuff, a config for Travis-CI has been created, for use with their CI systems.

-rw-r--r--.travis.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..ae606fa
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,13 @@
+language: node_js
+
+cache:
+ yarn: true
+
+before_install:
+ - export MAKEFLAGS="$MAKEFLAGS -j$(nproc)"
+
+install:
+ - ./install.sh
+
+before_script:
+ - export PATH="$PWD/ext/bin:$PATH"