We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e1c2a1 commit 7414d79Copy full SHA for 7414d79
.travis.yml
@@ -11,10 +11,19 @@ env:
11
"target_url": "https://travis-ci.org/$TRAVIS_REPO_SLUG/jobs/$TRAVIS_JOB_ID"
12
}\nDATA'
13
14
+cache:
15
+ pip: true
16
+ directories:
17
+ - $HOME/.cache/apt
18
+
19
before_install:
20
- bash -c "$STATUS" pending "Local $NAME testing is in progress"
21
# Make sure pipefail
22
- set -o pipefail
23
+ # Setup apt to cache
24
+ - mkdir -p $HOME/.cache/apt/partial
25
+ - sudo rm -rf /var/cache/apt/archives
26
+ - sudo ln -s $HOME/.cache/apt /var/cache/apt/archives
27
# Setup ppa to make sure arm-none-eabi-gcc is correct version
28
- sudo add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
29
- sudo add-apt-repository -y ppa:libreoffice/libreoffice-4-2
0 commit comments