Skip to content

Commit 6673967

Browse files
committed
travis
1 parent ed193fc commit 6673967

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ env:
1616
services:
1717
- docker
1818
install:
19-
- sudo apt-get install -y python3-yaml
2019
- curl -L https://raw.githubusercontent.com/OriHoch/travis-ci-operator/master/travis_ci_operator.sh > $HOME/bin/travis_ci_operator.sh
2120
- bash $HOME/bin/travis_ci_operator.sh init
2221
- travis_ci_operator.sh docker-login
22+
- sudo apt-get install -y sshpass
23+
- pip install ruamel.yaml
2324
script:
2425
- bash .travis.sh script
2526
- mkdir builds && mv cloudcli builds/cloudcli-$GOOS-$GOARCH

tests/test_all.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ echo '########################' >> $DEBUG_OUTPUT_FILE
1515
echo '# Running all tests' | tee -a $DEBUG_OUTPUT_FILE
1616
echo '# Writing to debug file: '$DEBUG_OUTPUT_FILE
1717

18-
! which sshpass && sudo apt-get install -y sshpass
19-
! sudo pip install ruamel.yaml && echo failed to verify dependencies && exit 1
20-
2118
echo "-----" &&\
2219
tests/test_init.sh &&\
2320
echo "-----" &&\

0 commit comments

Comments
 (0)