Skip to content

Commit 2fc6885

Browse files
authored
Merge pull request #262 from devsonket/release-3.0.0
CI Env Update
2 parents 43b1e68 + 13493e1 commit 2fc6885

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.travis.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
language: node_js
22
node_js:
33
- "10"
4+
addons:
5+
apt:
6+
packages:
7+
- language-pack-bn
8+
- language-pack-bn*
49
cache:
510
directories:
611
- node_modules
7-
before_script:
8-
- sudo apt-get install language-pack-bn
912
script:
1013
- npm test
1114
- npm run build
@@ -14,7 +17,7 @@ deploy:
1417
skip_cleanup: true
1518
github_token: $github_token
1619
local_dir: public
17-
target-branch: master
18-
keep-history: true
20+
target_branch: master
21+
keep_history: true
1922
on:
2023
branch: develop

0 commit comments

Comments
 (0)