Skip to content

Commit

Permalink
See if this will fix the travis build.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedarcy committed Apr 29, 2021
1 parent 10f9414 commit b2de22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ before_install:
- cd ../hatrac

install:
- sudo python3 ./setup.py install
- sudo pip3 install .
- sudo useradd -m -r hatrac
- sudo -H -u postgres createuser -d hatrac
- sudo -H -u postgres psql -c "GRANT webauthn TO hatrac"
Expand Down

0 comments on commit b2de22a

Please sign in to comment.