Skip to content

Commit

Permalink
Merge pull request #1 from ljessendk/travis_experiment
Browse files Browse the repository at this point in the history
Update .travis.yml
  • Loading branch information
ljessendk authored May 9, 2018
2 parents c4000a8 + b783168 commit 364f2ce
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@ install: "echo"

before_script:
- sudo apt-get install libxenomai-dev
# - sudo apt-get install gcc-avr binutils-avr avr-libc
- sudo apt-get install gcc-avr binutils-avr avr-libc

script: "./configure --can=\"$CAN_DRIVER\" --timers=\"$TIMERS\" && make"
branches:
only:
- master
script: "./configure --can=\"$CAN_DRIVER\" --timers=\"$TIMERS\" && make && make -C examples/AVR/Slave"
env:
- CAN_DRIVER="virtual" TIMERS="unix"
- CAN_DRIVER="vscom" TIMERS="unix"
Expand Down

0 comments on commit 364f2ce

Please sign in to comment.