We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5e0edc + 8212f50 commit 43b1e68Copy full SHA for 43b1e68
1 file changed
.travis.yml
@@ -1,9 +1,11 @@
1
language: node_js
2
node_js:
3
- - '10'
+ - "10"
4
cache:
5
directories:
6
- node_modules
7
+before_script:
8
+ - sudo apt-get install language-pack-bn
9
script:
10
- npm test
11
- npm run build
0 commit comments