Skip to content
This repository has been archived by the owner on Jul 2, 2019. It is now read-only.

Commit

Permalink
Merge pull request #65 from reTHINK-project/develop
Browse files Browse the repository at this point in the history
Merge Develop to master
  • Loading branch information
luistduarte authored Jan 22, 2018
2 parents 113488d + d793e08 commit fd21e22
Show file tree
Hide file tree
Showing 9 changed files with 212 additions and 5,035 deletions.
13 changes: 11 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,26 @@ node_js:
services:
- docker

test: karma start

before_install:
- sudo setcap 'cap_net_bind_service=+ep' `which node`
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- git clone --branch=develop https://github.com/reTHINK-project/dev-hyperty.git
- export HYPERTY_REPO=./dev-hyperty
- git clone https://github.com/reTHINK-project/dev-protostubs.git
- git clone --branch=develop https://github.com/reTHINK-project/dev-protostubs.git
- export PROTOSTUB_REPO=./dev-protostubs
- cd dev-hyperty
- npm run install:all
- sleep 200
- cd ../dev-protostubs
- npm run install:all
- sleep 200
- cd ..

install:
- npm install
- npm run start:all &
- sleep 60
- sleep 200
Loading

0 comments on commit fd21e22

Please sign in to comment.