Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pytorch/cpuinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarat Dukhan <marat@fb.com>2018-02-24 15:42:38 +0300
committerMarat Dukhan <marat@fb.com>2018-02-24 15:42:38 +0300
commitb776ad1bc6d0e9d4d8a1bf394e386629fc199f85 (patch)
tree8a08624bd36bcf583eed3b1a3f4fe610da4db50a /.travis.yml
parent6f0cdf080e2dce3191562490299fda1635d4d780 (diff)
Travis builds on both Mac and Linux
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 40e365f..07302cd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,7 @@
language: cpp
+os:
+ - linux
+ - osx
before_script:
- mkdir build
- cd build