Skip to content

Commit

Permalink
Possible fix for acceptance tests (needs oauth key)
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Jan 11, 2017
1 parent 73d45e9 commit aefbb76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ before_script:
- php artisan db:seed --env=testing-ci --database=mysql --force
- php artisan --env=testing-ci snipeit:create-admin --first_name=Alison --last_name=Foobar [email protected] --username=snipe --password=password
- php artisan --env=testing-ci snipeit:travisci-install
- php artisan passport:install
- php artisan serve --env=testing-ci --port=8000 --host=localhost &
- sleep 5
- pip install --user codecov
Expand Down

0 comments on commit aefbb76

Please sign in to comment.