Pārlūkot izejas kodu

Travis was using old mono

Pēteris Ņikiforovs 10 gadi atpakaļ
vecāks
revīzija
fec6a0cec4
2 mainītis faili ar 2 papildinājumiem un 3 dzēšanām
  1. 0 1
      .travis.yml
  2. 2 2
      toolset/setup/linux/languages/mono.sh

+ 0 - 1
.travis.yml

@@ -167,7 +167,6 @@ script:
 
 cache:
   directories:
-    - installs/mono-3.2.8
     - installs/py2
     - installs/py3
     - installs/perl-5.18

+ 2 - 2
toolset/setup/linux/languages/mono.sh

@@ -12,7 +12,7 @@ post_install () {
   sudo chmod 777 /etc/mono/registry
 }
 
-RETCODE=$(fw_exists $IROOT/mono.installed)
+RETCODE=$(fw_exists $IROOT/monosnap.installed)
 [ ! "$RETCODE" == 0 ] || { 
   post_install
   return 0
@@ -26,4 +26,4 @@ sudo apt-get install -y mono-snapshot-20141222114925
 
 post_install
 
-touch $IROOT/mono.installed
+touch $IROOT/monosnap.installed