Skip to main content
Module

x/dayjs/.travis.yml

⏰ Day.js 2kB immutable date-time library alternative to Moment.js with the same modern API
Go to Latest
File
language: node_jscache: directories: - ~/.npm - node_modulesnode_js: - '14' - '12' - '10' - '8'install: - npm install -g codecov - npm installscript: - npm run lint - npm test - codecovafter_success: - if [ "$TRAVIS_BRANCH" == "master" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then npx travis-deploy-once --pro && npm run build && npm run babel && npm install -g @semantic-release/changelog @semantic-release/git semantic-release && semantic-release && echo release success && curl ${TriggerUrl} && npm run test:sauce; fibranches: except: - /^v\d+\.\d+\.\d+$/