Skip to content

Commit

Permalink
Updated travis paths
Browse files Browse the repository at this point in the history
  • Loading branch information
obany committed Apr 24, 2018
1 parent 695c139 commit 1a1476b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ node_js:
install:
- cd ../../
- git clone --branch=$TRAVIS_BRANCH https://github.com/iota-pico/core.git iota-pico/core
- cd core
- cd iota-pico/core
- npm link
- cd ../../
- git clone --branch=$TRAVIS_BRANCH https://github.com/iota-pico/data.git iota-pico/data
- cd data
- cd iota-pico/data
- npm link @iota-pico/core
- npm link
- cd ../../
- git clone --branch=$TRAVIS_BRANCH https://github.com/iota-pico/crypto.git iota-pico/crypto
- cd crypto
- cd iota-pico/crypto
- npm link @iota-pico/core @iota-pico/data
- npm link
- cd ../../
- git clone --branch=$TRAVIS_BRANCH https://github.com/iota-pico/api.git iota-pico/api
- cd api
- cd iota-pico/api
- npm link @iota-pico/core
- npm link
- cd ../business
Expand Down

0 comments on commit 1a1476b

Please sign in to comment.