summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2017-07-19 12:09:46 +0200
committerAzul <azul@riseup.net>2017-07-19 12:12:56 +0200
commit9c23e8a09008e2796dad21d3dce7b9c70e985eb1 (patch)
tree0aa6873d81df1872a8f9b2d6fdd4f4e5d423ae64
parente77b88caf8d3f087da3218c34a72bfdea91712ea (diff)
ci: add javascript runtimeci
-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