Skip to content

Commit

Permalink
Add UI tests in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
campos20 committed Sep 9, 2020
1 parent a341678 commit c4cd808
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
language: java
jdk: openjdk8
sudo: true
jobs:
include:
- language: java
jdk: openjdk8
sudo: true
script:
- ./gradlew assemble
- ./gradlew check
- ./gradlew buildOfficial

script:
- ./gradlew assemble
- ./gradlew check
- ./gradlew buildOfficial
- language: node_js
node_js: 10
script:
- cd tnoodle-ui
- npm install
- npm run test

0 comments on commit c4cd808

Please sign in to comment.