Files
flameshot/.travis/linux_before_install.sh
Ahmed Zetao Yang f0c200d54a upgrade travis-ci packages building (#412)
* update README.md

* adjust travis-ci packages building

* add fedora 29

* change build order
2018-12-09 14:04:25 +01:00

8 lines
94 B
Bash

#!/bin/bash --
set -e
if [[ "${EXTEN}" == "other" ]]; then
travis_retry sudo apt update
fi