fix(ci-build): Make it so, Travis

This commit is contained in:
Bouncey
2018-10-05 15:03:50 +01:00
committed by Beau Carnes
parent 26ef6e73ab
commit 62e575c6a1
2 changed files with 6 additions and 32 deletions

View File

@@ -24,4 +24,10 @@ before_script:
- git config --global user.name "CamperBot"
script:
<<<<<<< HEAD
- npm run test-ci
=======
- npm run test
- cd ./client
- npm run build
>>>>>>> fix(ci-build): Make it so, Travis

View File

@@ -1,32 +0,0 @@
platform: x64
image: ubuntu
environment:
nodejs_version: "8"
skip_branch_with_pr: false
skip_commits:
files:
- .github/**
- api-server/**
- curriculum/**
- docs/**
- news/**
- public/**
- seed/**
- tools/**
- "./*.md"
# Install scripts. (runs after repo cloning)
install:
- sh: nvm install $nodejs_version
- node --version
- npm install
- npm test
build_script:
- cd client
- npm run build
deploy: off