deno.land / x / dayjs@v1.11.5 / .travis.yml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
language: node_jscache: directories: - ~/.npm - node_modulesnode_js: - '16' - '14' - '12'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: only: - master
dayjs

Version Info

Tagged at
a year ago