Skip to content

Commit

Permalink
Add cortex-m to CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinlawson committed Jul 14, 2016
1 parent 1adb1e3 commit eda014d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -12,3 +12,4 @@ before_install:
script:
- docker run --rm -v $TRAVIS_BUILD_DIR/:/data -t kelvinlawson/atomthreads /data/tests/commit-tests-arm.sh
- docker run --rm -v $TRAVIS_BUILD_DIR/:/data -t kelvinlawson/atomthreads /data/tests/commit-tests-avr.sh
- docker run --rm -v $TRAVIS_BUILD_DIR/:/data -t kelvinlawson/atomthreads-cortex-m /data/tests/commit-tests-cortex-m.sh

0 comments on commit eda014d

Please sign in to comment.