diff options
| author | Lucifer <[email protected]> | 2019-12-17 19:43:32 +0530 |
|---|---|---|
| committer | Lucifer <[email protected]> | 2019-12-17 19:43:32 +0530 |
| commit | 4262630d7b2b12720f403cf6b1aab158e71a5a5b (patch) | |
| tree | 2937d7212987159262f94feb1ea7cd6e94217118 | |
| parent | 622828cbaf00b6d8422dcf4412da07570909280a (diff) | |
| download | nativekit-4262630d7b2b12720f403cf6b1aab158e71a5a5b.tar.xz nativekit-4262630d7b2b12720f403cf6b1aab158e71a5a5b.zip | |
Updated settings for Travis CI
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d2f3209..d142dc7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1,3 @@ -language: node_js
\ No newline at end of file +language: node_js +node_js: + - "12.x"
\ No newline at end of file |
