Skip to content

Instantly share code, notes, and snippets.

@abiriadev
Created June 10, 2021 11:26
Show Gist options
  • Save abiriadev/c83af5c05610c41947ef9e6263a8a92c to your computer and use it in GitHub Desktop.
Save abiriadev/c83af5c05610c41947ef9e6263a8a92c to your computer and use it in GitHub Desktop.
my .travis.yaml
language: node_js
node_js: – 16.0.0
install: – npm install
script: node ./index.js
before_script: echo befor script
after_script:
- echo after script
- echo yeah! success!
env: TOKEN=helloworld PORT=3000
cache:
directories: – node_modules
@abiriadev
Copy link
Author

wow.....

@abiriadev
Copy link
Author

gist is cooly nice! 😋

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment