Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Scofield map update, add new features to handle the community problem #2714

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Trigger Travis CI build
  • Loading branch information
scofielddd committed Apr 17, 2024
commit 7fa3a71d90d28ebc5aeac0479726dbc5a7fee434
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
language: node_js
node_js:
- "14" # Specify the Node.js versions you want to test against
- "16"

# Specify branches that should be built
branches:
only:
- main
- scofield_map_update

# Define the script to run for tests
script:
- npm install
- npm test
- yarn dev --frozen-lockfile
- yarn test

# Optional: Configure notifications (email, Slack, etc.)
notifications:
Expand Down
1 change: 1 addition & 0 deletions some-file.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
// Trigger build
// Trigger build