summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-01-19 03:20:08 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-01-19 03:20:08 +0000
commit1fefab1f98590618d06e65295dc4dd69fbc7d8da (patch)
tree72c08fdbe662bf391fbfec08b053b786ae842f95
parentAdded cmake version variable to travis script (diff)
downloadDiligentCore-1fefab1f98590618d06e65295dc4dd69fbc7d8da.tar.gz
DiligentCore-1fefab1f98590618d06e65295dc4dd69fbc7d8da.zip
Attempting to fix travis script
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 64a806b4..672fbaa8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,8 @@ notifications:
on_failure: always
env:
- - CMAKE_VERSION=3.13.2
+ global:
+ - CMAKE_VERSION=3.13.2
before_install:
- |