Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Sep 2, 2019
1 parent f7b91dc commit 195f798
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -35,7 +35,9 @@ before_script:
cd $TEST_SUITE_FOLDER;
npm i;
npm uninstall seneca;
npm ci $SENECA_INSTALL;
fi
- if [ $TEST_SUITE_FOLDER != 'seneca' ]; then
npm ci "$SENECA_INSTALL";
fi

script:
Expand Down

0 comments on commit 195f798

Please sign in to comment.