mirror of
https://github.com/protectwise/troika.git
synced 2026-02-01 14:36:37 +00:00
chore: remove travis CI file in favor of Github Actions
This commit is contained in:
parent
7c6f4170a2
commit
432220d98d
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -1,7 +1,7 @@
|
||||
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
|
||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
|
||||
|
||||
name: Node.js CI
|
||||
name: Continuous Integration
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -26,4 +26,4 @@ jobs:
|
||||
- run: npm run build
|
||||
- run: npm test
|
||||
- run: npm run build-examples
|
||||
|
||||
|
||||
|
||||
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: docs
|
||||
name: Docs
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
@ -1,7 +0,0 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "10"
|
||||
install:
|
||||
- npm install
|
||||
script:
|
||||
- npm run build && npm test
|
||||
@ -23,6 +23,6 @@ The Troika project's main goal is to take aspects of developing interactive grap
|
||||
|
||||
----
|
||||
|
||||
[](https://travis-ci.org/protectwise/troika)
|
||||

|
||||
|
||||
[](https://app.netlify.com/sites/troika-examples/deploys)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user