summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2017-07-19 12:09:46 +0200
committerVarac <varac@leap.se>2017-10-16 13:20:44 +0200
commitb80d7af9fe536a0f401b1b33c321654c12f7a57c (patch)
tree0c369a6119e6689f1c8448d8cbaf9451539242b4
parent758b0de80525957059e579b5391c367c82be9da8 (diff)
ci: add javascript runtime
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ccbc2c6..fa28ee7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,9 @@ test:
stage: test
script: "bundle exec rake test"
before_script:
+ - sudo apt update && sudo apt install nodejs
- bundle
+ allow_failure: true
deploy:
stage: deploy