Skip to content

Commit

Permalink
fix: remove package-lock json file in root directory and fix travis s…
Browse files Browse the repository at this point in the history
…etting file
  • Loading branch information
hihiboss committed Jun 1, 2019
1 parent 97d806c commit f12cf75
Show file tree
Hide file tree
Showing 7 changed files with 99 additions and 599 deletions.
23 changes: 23 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
language: node_js

sudo: false

notifications:
email: false

git:
depth: 1

node_js:
- '10'

before_install:
- cd server
- npm update

install:
- npm install

script:
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then bash ../travis/run_on_pull_requests.sh; fi'
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash ../travis/run_on_non_pull_requests.sh; fi'
Loading

0 comments on commit f12cf75

Please sign in to comment.