ci: remove needless confirmation on CI

This commit is contained in:
ToruNiina
2019-03-19 19:39:45 +09:00
parent 1b417ddc7a
commit 773c3816be

View File

@@ -12,7 +12,6 @@ jobs:
command: |
g++ --version
cd tests/
ls
g++ -std=c++11 -O2 -Wall -Wextra -Werror -I../ check_toml_test.cpp -o check_toml_test
go get github.com/BurntSushi/toml-test
$GOPATH/bin/toml-test ./check_toml_test
@@ -25,7 +24,6 @@ jobs:
command: |
g++ --version
cd tests/
ls
g++ -std=c++11 -O2 -Wall -Wextra -Werror -I../ check.cpp -o check
git clone https://github.com/BurntSushi/toml-test.git
cp check toml-test/tests/invalid