1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-23 04:04:54 +08:00

reduce the number of jobs on travis

This commit is contained in:
William Woodall 2018-01-13 13:39:09 -08:00
parent 17e3223e68
commit c0f63b9976

View File

@ -2,9 +2,6 @@ os:
- linux - linux
- osx - osx
language: cpp language: cpp
compiler:
- gcc
- clang
install: install:
- make install_deps - make install_deps
- source setup.bash - source setup.bash