Skip to content

Commit

Permalink
#324 made travis to pick custom materialize-css dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bugy committed Dec 25, 2020
1 parent 2574e55 commit 9246997
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ env:
before_install:
- sudo apt-get -y install python3-pip python3-setuptools apache2-utils
install:
- sudo pip3 install -r requirements.txt
- sudo pip3 install -r requirements.txt
- sudo pip3 install ldap3 parameterized bcrypt
- sudo pip3 install requests --upgrade
- sudo pip3 install pyasn1 --upgrade
- cd web-src
- npm install
- npm update
- cd ..
before_script:
- cd src
Expand Down

0 comments on commit 9246997

Please sign in to comment.