joscha / play-authenticate

An authentication plugin for Play Framework 2.x (Java)
http://joscha.github.com/play-authenticate/
Other
807 stars 366 forks source link

Tests are not running on Travis! #222

Closed mkurz closed 10 years ago

mkurz commented 10 years ago

@joscha E.g. see here (one of my latest PR): https://travis-ci.org/joscha/play-authenticate/jobs/39047813 The command

if [[ "$TRAVIS_SECURE_ENV_VARS" == "true" ]]; then sbt --info ++$TRAVIS_SCALA_VERSION test; fi

does not execute the test probably because of this bug in travis-ci which got fixed but probably isn't live yet.

I don't know how long this is broken already - but when running the tests on my machine they also fail. E.g. I can't login with fethjoscha@gmail.com (see this line and this line) into Google. (And yes, I set all the env variables from .travis.yml) It looks like the password is just wrong... Same with the Eventbrite test.

joscha commented 10 years ago

@mkurz the ENV variables are encrypted because this is my email account - for testing you can add your own ENVs for the new tests and I will change them after merging the PR to ones for fethjoscha@gmail.com.

mkurz commented 10 years ago

@joscha Ok got it - so I will use my own Facebook Account for testing on my local machine. But anyway: The tests on Travis are not running but hopefully this will soon fix itself when travis-ci gets updated.

joscha commented 10 years ago

they seem to run now.