Sfoglia il codice sorgente

Merge pull request #2319 from waneck/development

[travis] Neko custom repo removal
Cauê Waneck 11 anni fa
parent
commit
30eca662c5
1 ha cambiato i file con 6 aggiunte e 5 eliminazioni
  1. 6 5
      .travis.yml

+ 6 - 5
.travis.yml

@@ -2,15 +2,16 @@ language: node_js
 
 before_install:
   - sudo apt-get install python-software-properties -y # for the next command
-  - sudo add-apt-repository ppa:eyecreate/haxe -y      # add the ubuntu ppa that contains neko
-  - sudo apt-get update                                # pull info from ppa
-  - sudo apt-get install neko -y
+  # the following repo is not working. TODO: make neko from sources
+  # - sudo add-apt-repository ppa:eyecreate/haxe -y      # add the ubuntu ppa that contains neko
+  # - sudo apt-get update                                # pull info from ppa
+  # - sudo apt-get install neko -y
   - sudo apt-get install ocaml zlib1g-dev -y
 
 script:
   - make
-  - make tools
+  # - make tools
   - sudo make install
   - cd tests/unit/
   - mkdir ~/haxelib && haxelib setup ~/haxelib
-  - haxe -version
+  - haxe -version