Skip to content

Commit

Permalink
Merge pull request iVis-at-Bilkent#226 from iVis-at-Bilkent/unstable
Browse files Browse the repository at this point in the history
Merge unstable with master for new release
  • Loading branch information
Rgtemze authored Feb 27, 2020
2 parents 558b5f0 + 8e04da4 commit 5b9a395
Show file tree
Hide file tree
Showing 54 changed files with 16,327 additions and 1,378 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.idea/*
node_modules
.DS_Store
yarn-error.log
yarn-error.log
build
*.iml
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
language: node_js
node_js:
- '8.9.4'
- '8.12.0'
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.21.1
- export PATH="$HOME/.yarn/bin:$PATH"
install:
- npm install
- yarn install
script:
- PORT=3000 npm run start &
- PORT=3000 yarn start &
- sleep 3s;
- curl -I http://localhost:3000 | grep -q '200 OK' || exit 1
cache:
Expand Down
Loading

0 comments on commit 5b9a395

Please sign in to comment.