more travis fixes

This commit is contained in:
Jay Lee
2019-10-14 16:14:25 -04:00
parent ac3c156a0b
commit 0d3bfacc84
3 changed files with 7 additions and 2 deletions

View File

@@ -22,6 +22,9 @@ jobs:
- name: Run GAM
run: |
python src/gam.py version extended
- name: Get Env
run: |
set
- name: Test Install
run: |
if [[ $(uname -s) == "Linux" || $(uname -s) == "Darwin" ]]; then bash <(curl -s -S -L https://git.io/install-gam) -l; fi