fix(ci-build): Make it so, Travis
This commit is contained in:
@@ -24,4 +24,10 @@ before_script:
|
|||||||
- git config --global user.name "CamperBot"
|
- git config --global user.name "CamperBot"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
<<<<<<< HEAD
|
||||||
- npm run test-ci
|
- npm run test-ci
|
||||||
|
=======
|
||||||
|
- npm run test
|
||||||
|
- cd ./client
|
||||||
|
- npm run build
|
||||||
|
>>>>>>> fix(ci-build): Make it so, Travis
|
||||||
|
32
appveyor.yml
32
appveyor.yml
@@ -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
|
|
Reference in New Issue
Block a user