Browse Source

try fix travis

Daniel Zlotin 6 years ago
parent
commit
b0df3fd6d4
2 changed files with 2 additions and 4 deletions
  1. 2
    2
      .travis.yml
  2. 0
    2
      scripts/env/installNode.sh

+ 2
- 2
.travis.yml View File

@@ -1,6 +1,6 @@
1 1
 os: osx
2
-osx_image: xcode9
3
-language: generic
2
+osx_image: xcode9.1
3
+language: objective-c
4 4
 
5 5
 env:
6 6
   global:

+ 0
- 2
scripts/env/installNode.sh View File

@@ -1,5 +1,3 @@
1 1
 #!/bin/bash -e
2 2
 
3
-curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash
4
-export NVM_DIR="$HOME/.nvm" && [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
5 3
 nvm install stable