Skip to content

Commit 3e303cb

Browse files
committed
Failing build hotfix
1 parent b32c687 commit 3e303cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ install:
3939
- npm install
4040

4141
script:
42-
- npx mango-cli build
42+
- npx mango-cli@2.7.1 build
4343

4444
env:
4545
global:

mango.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ data:
2626
manifest: src/data/manifest.json
2727
hooks:
2828
init: npm install
29-
version: "^2.0"
29+
version: "2.7.1"

0 commit comments

Comments
 (0)