Minor changes to travis script [ci skip]

This commit is contained in:
mitchelljfs 2018-07-22 02:10:51 -07:00
parent f5f348b776
commit f0abfff506
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ before_install:
install:
- "npm install"
- "pip install awscli --user"
- "pip install pip --upgrade --user"
- "pip install awscli --upgrade --user"
script:
- "npm run build"