diff --git a/.gitignore b/.gitignore index 6a28462..e46c200 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules *.log package-lock.json test/build +.DS_Store diff --git a/.travis.yml b/.travis.yml index 88bcb31..8cc6e9e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,10 @@ script: "npm run lint && npm run test && npm run test-build" node_js: - node - lts/* + - 16 - 12 - - 10 branches: only: - main - beta + - v1