We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f3b93 commit f79c080Copy full SHA for f79c080
.travis.yml
@@ -12,7 +12,7 @@ git:
12
if: tag =~ /^[rR]elease.*$/
13
14
install:
15
- - git checkout $(git branch --contains tags/$TRAVIS_BRANCH|sed 's/^..//')
+ - git checkout 4.14-main
16
- sudo apt-add-repository 'deb http://archive.ubuntu.com/ubuntu xenial main'
17
- sudo apt-get update -qq
18
- sudo apt-get install -qq ccache libssl-dev u-boot-tools python-mako debhelper fakeroot gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu make
0 commit comments