Skip to content

Commit

Permalink
Clean up Travis YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
sgerbino committed Mar 8, 2024
1 parent f27fbba commit e2eaefb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- git add src include
- popd

- name: "Embedded C++"
- name: "Embedded C++"
env:
- DEST_REPO=koinos-proto-embedded-cpp
- PB_EMBEDDED_CPP_VERSION=negative-enums
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
- git add .
- popd

- name: "Assembly Script"
- name: "AssemblyScript"
env:
- DEST_REPO=koinos-proto-as
- AS_PROTO_VERSION=1.0.1
Expand All @@ -112,7 +112,7 @@ jobs:
- git add .
- popd

- name: "Java Script"
- name: "JavaScript"
env:
- DEST_REPO=koinos-proto-js
- PROTOBUFJS_VERSION=^6.11.3
Expand Down Expand Up @@ -158,8 +158,6 @@ jobs:
- git add koinos_descriptors.pb
- popd

#- name: "Documentation"

before_install:
- git config --global user.email ${GITHUB_USER_EMAIL}
- git config --global user.name ${GITHUB_USER_NAME}
Expand Down

0 comments on commit e2eaefb

Please sign in to comment.