We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43b1e68 + 13493e1 commit 2fc6885Copy full SHA for 2fc6885
1 file changed
.travis.yml
@@ -1,11 +1,14 @@
1
language: node_js
2
node_js:
3
- "10"
4
+addons:
5
+ apt:
6
+ packages:
7
+ - language-pack-bn
8
+ - language-pack-bn*
9
cache:
10
directories:
11
- node_modules
-before_script:
- - sudo apt-get install language-pack-bn
12
script:
13
- npm test
14
- npm run build
@@ -14,7 +17,7 @@ deploy:
17
skip_cleanup: true
15
18
github_token: $github_token
16
19
local_dir: public
- target-branch: master
- keep-history: true
20
+ target_branch: master
21
+ keep_history: true
22
on:
23
branch: develop
0 commit comments