Browse Source

Faster build on gitlab; tmp rm travic.yml until switch

pull/2/head
Levi Olson 6 years ago
parent
commit
2b22c6c109
2 changed files with 1 additions and 13 deletions
  1. +1
    -3
      .gitlab-ci.yml
  2. +0
    -10
      .travis.yml

+ 1
- 3
.gitlab-ci.yml View File

@ -11,9 +11,6 @@ stages:
- test
- deploy
before_script:
- apt-get update -qq && apt-get install -y -qq sshpass
test_coverage:
stage: test
script:
@ -25,6 +22,7 @@ deploy_prod:
stage: deploy
script:
- echo "Deploying to Production"
- apt-get update -qq && apt-get install -y -qq sshpass
- npm install
- sshpass -V
- export SSHPASS=$SSH_PASS

+ 0
- 10
.travis.yml View File

@ -1,10 +0,0 @@
language: node_js
node_js:
- "node"
cache:
directories:
- "node_modules"
before_install:
- npm i -g mocha nyc

Loading…
Cancel
Save