mirror of
https://github.com/penpot/penpot.git
synced 2025-02-12 10:09:03 -05:00
Minor fix on .travis.yml file.
This commit is contained in:
parent
cb3b5d45f6
commit
b2e86675b3
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ lein: lein
|
|||
sudo: false
|
||||
|
||||
script:
|
||||
./scripts/build
|
||||
node out/tests.js
|
||||
- ./scripts/build
|
||||
- node out/tests.js
|
||||
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
|
|
Loading…
Add table
Reference in a new issue