Skip to content

Commit 7c580ae

Browse files
committed
Adding patch suggested by Qasim Abdullah @travis-ci, with apt update in before_install
1 parent 32e88ed commit 7c580ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ branches:
1515
only:
1616
- master
1717

18+
before_install:
19+
- apt update
1820

1921
before_script:
2022
- chmod +x travis.linux.sh

0 commit comments

Comments
 (0)