Skip to content

Commit 9f2d12f

Browse files
authored
migrate to GitHub Actions (#3586)
1 parent 910799c commit 9f2d12f

File tree

4 files changed

+10
-130
lines changed

4 files changed

+10
-130
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
with:
1919
path: tmp
2020
key: tmp ${{ matrix.script }}
21-
- shell: bash
21+
- name: Perform tests
22+
shell: bash
2223
run: |
23-
git clone --branch v1.5.2 --depth 1 https://github.com/jasongin/nvs.git ~/.nvs
24-
. ~/.nvs/nvs.sh
25-
nvs --version
26-
nvs add node/$NODE
27-
nvs use node/$NODE
24+
git clone --branch v1.5.3 --depth 1 https://github.com/jasongin/nvs.git ~/.nvs
25+
. ~/.nvs/nvs.sh --version
26+
nvs add $NODE
27+
nvs use $NODE
2828
node --version
2929
npm --version --no-update-notifier
3030
npm install --no-audit --no-optional --no-save --no-update-notifier

.github/workflows/ufuzz.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- uses: actions/checkout@v1
15-
- shell: bash
15+
- name: Perform fuzzing
16+
shell: bash
1617
run: |
17-
git clone --branch v1.5.2 --depth 1 https://github.com/jasongin/nvs.git ~/.nvs
18-
. ~/.nvs/nvs.sh
19-
nvs --version
18+
git clone --branch v1.5.3 --depth 1 https://github.com/jasongin/nvs.git ~/.nvs
19+
. ~/.nvs/nvs.sh --version
2020
nvs add node
2121
nvs use node
2222
node --version

.travis.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

appveyor.yml

Lines changed: 0 additions & 74 deletions
This file was deleted.

0 commit comments

Comments
 (0)