build_travis.sh in auth0-4.5.0 vs build_travis.sh in auth0-4.6.0
- old
+ new
@@ -1,7 +1,7 @@
#!/bin/bash
if [ "$TRAVIS_SECURE_ENV_VARS" == "true" ]; then
- MODE=full bundle exec rake all
+ bundle exec rake all
else
bundle exec rake spec
fi
\ No newline at end of file