Browse Source

CI: Remove env.js instructions from the YML files.

pull/3202/head
TheGoddessInari 7 years ago
parent
commit
df6a363e6f
  1. 1
      .travis.yml
  2. 2
      appveyor.yml

1
.travis.yml

@ -51,7 +51,6 @@ install:
unzip SenchaCmd-${SENCHA_VER}-osx-no_jre.app.zip;
SenchaCmd-${SENCHA_VER}-osx-no_jre.app/Contents/MacOS/JavaApplicationStub -q -Dall=true;
fi
- cp env-sample.js env.js
before_script:
- export PATH=~/bin/Sencha/Cmd/${SENCHA_VER}:${PATH}
- export CURRENT_BRANCH=${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}

2
appveyor.yml

@ -43,8 +43,6 @@ install:
$env:PATH = "${env:HOME}/bin/Sencha/Cmd:${env:PATH}"
}
Copy-Item env-sample.js env.js
git reset --hard HEAD
npm i npm@latest -g

Loading…
Cancel
Save