Remove 3rd letter of weekday, right justify the date (flush with seconds)
[simavr.git] / .travis.yml
1 arch:
2   - amd64
3   - ppc64le
4 before_install:
5 - sudo apt-get update -qq
6 - sudo apt-get install -qq libelf-dev gcc-avr avr-libc freeglut3-dev
7
8 language: c
9 script:
10 - make V=1
11 - make -C tests run_tests V=1