Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit d8af74d

Browse files
committed
working on ci
1 parent c196b01 commit d8af74d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ addons:
4040
- ca-certificates
4141
- rpm
4242
- zip
43-
- snapd
44-
- bash
43+
- docker
4544

4645
install:
4746
- nvm install 8.4
@@ -56,7 +55,7 @@ before_script:
5655
- sleep 3
5756

5857
script:
59-
- sudo snap install docker
58+
- shopt -s expand_aliases
6059
- alias snapcraft="sudo ./snap.sh"
6160
- snapcraft --version
6261
#- if [ -n "$TRAVIS_TAG" ]; then ; fi

0 commit comments

Comments
 (0)