Skip to content

Commit

Permalink
Update .travis.yml (OpenAtomFoundation#1933)
Browse files Browse the repository at this point in the history
* Update .travis.yml

* Update .travis.yml
  • Loading branch information
xiezheng-XD authored Sep 3, 2023
1 parent dabda7e commit 3611c71
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
install:
- wget https:/protocolbuffers/protobuf/releases/download/v$PROTOBUF_VERSION/protobuf-$PROTOBUF_VERSION.tar.bz2
- tar xvf protobuf-$PROTOBUF_VERSION.tar.bz2
- ( cd protobuf-$PROTOBUF_VERSION && ./configure --prefix=/usr && make && sudo make install )
- ( cd protobuf-$PROTOBUF_VERSION && ./configure --prefix=/usr && make -j$(nproc) && sudo make install )

addons:
apt:
Expand All @@ -21,6 +21,4 @@ addons:
compiler:
- gcc

language: cpp

script: make

0 comments on commit 3611c71

Please sign in to comment.