Skip to content

Commit

Permalink
build and test on various platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Jan 20, 2019
1 parent 00c0d4a commit 890d312
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,13 @@ branches:
services:
- docker

matrix:
include:
- name: Linux Package
- name: OSX Package
os: osx
- name: Windows Package
os: windows

script:
make test
make test

0 comments on commit 890d312

Please sign in to comment.