Browse Source

Force legacy "precise" build dist for TravisCI (#7422)

TravisCI "trusty" build dist isn't picking up build path causing travis checks to fail.  Reverting to legacy "precise" dist while we investigate

pristine != precise
Dave Johnson 8 years ago
parent
commit
c6509076c4
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      .travis.yml

+ 2
- 1
.travis.yml View File

@@ -1,4 +1,5 @@
1
----
1
+dist: precise
2
+  #
2 3
 language: c
3 4
   #
4 5
 notifications:

Loading…
Cancel
Save