NYUCCL / psiTurk

An open platform for science on Amazon Mechanical Turk.
https://psiturk.org
MIT License
277 stars 140 forks source link

Fix Travis build fail #100

Closed jbmartin closed 10 years ago

jbmartin commented 10 years ago

psiTurk isn't building on Travis because the config.txt file is missing after running psiturk-setup-example (see output below). Not sure what would've caused this. Has anyone made changes to psiTurk setup process?

$ psiturk-setup-example
ERROR - no config.txt file in the current directory. 
Are you use this directory is a valid psiTurk experiment?  If you are starting a new project run 'psiturk-setup-example' in an empty directory.
gureckis commented 10 years ago

it looks to me like Travis is not running the right code for psiturk-setup-example. that's the message one should get from running psiturk in an non-project folder

gureckis commented 10 years ago

this appears fixed