Skip to content

Commit a597858

Browse files
committed
Merge pull request #1790 from 0xc0170/fix_travis
Travis - remove install sh script
2 parents db49c1e + 9328e4a commit a597858

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.travis.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
---
21
python:
32
- "2.7"
3+
44
script: "python workspace_tools/build_travis.py"
5+
before_install:
6+
- sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
7+
- sudo apt-get update -qq
8+
- sudo apt-get install -qq gcc-arm-none-eabi --force-yes
9+
# Print versions we use
10+
- arm-none-eabi-gcc --version
11+
- python --version
512
install:
6-
- "sudo $TRAVIS_BUILD_DIR/travis/install_dependencies.sh > /dev/null"
713
- sudo pip install colorama
814
- sudo pip install prettytable
915
- sudo pip install jinja2

travis/install_dependencies.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)