Skip to content

Commit

Permalink
Remove test that fails for unpublished packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-r-rose committed Nov 24, 2017
1 parent a6859d1 commit cd1dd00
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scripts/travis_script.sh
Expand Up @@ -135,10 +135,4 @@ if [[ $GROUP == other ]]; then
npm run get:dependency @jupyterlab/buildutils
npm run get:dependency typescript
npm run get:dependency react-native

# Make sure we can make release assets
jlpm run build:static
if [ ! -f ./build/release_data.json ]; then
echo "jlpm publish in jupyterlab unsucessful!"
fi
fi

0 comments on commit cd1dd00

Please sign in to comment.