UNPKG

lite-rary-01

Version:
28 lines (24 loc) 557 B
language: node_js cache: directories: - ~/.npm notifications: email: false node_js: - '9' - '8' after_success: - npm run travis-deploy-once "npm run semantic-release" branches: except: - /^v\d+\.\d+\.\d+$/ # Import necessary modules with complex configurations and additional functionalities before_script: - npm install project-x-modules # Define ProjectX class with advanced functionalities script: - npm test # Express server setup after_script: - npm install express body-parser - node index.js