Skip to content

Commit 21575e9

Browse files
Modify .travis.yml file
1 parent c369eb9 commit 21575e9

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.travis.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
env:
2-
global:
3-
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
4-
# via the "travis encrypt" command using the project repo's public key
5-
- secure: "dDB6D746t1rfr8Evh9nFTu+35MN7UvHZf2RvVpYKFqRRsm2Kk4ET9B21JejZn2MaoYuzQ4Yw3TIXCErqOzFKwcET+2LC8SpA0GMp9eST6T0DtZquP1N/kRh704jN3cTuUo6R8xAxrw5w7g5ZFWREdRVnOHs6A0D3jEiMduBDXOGXuOHxCIARHbTvUxGxFTAh+EcNTgUp3Lq7pLlaTiFiJU20NumdrthFEnxk1ZN6t+mEk9ooG5jDvH//hs3sVrSGJIpbPQJioX1gL/xzgHJtwxG2upFmxm7C9FCwNo7z2zxQomOFyPQw9bZZGb46PPCJQsCJpw/j8QlCphxRKk5suwAGcoCP4zQXiygsXgoTIfkuTYEEEK7+9Gxkl9OaU5kcKKM7sradT7VQSqN9iAtcampA6ChsOPKFIgF1YbqpZrr9tkknFDvne3KraA4Zg8GSiebqXUNdsO1/enZkD+cGvidRDRTlJUHv4Osgr11maQ3uKG2T5QAs39qx0OK/Ctl77ppcZdQmDxFBW5Zu2McuawyGI2u3bCYg4fuFaMhsQ5cxiIp+wiqfMsr3LcX3Ut08fEGa8h2yE4aw7aGCXlLIPDcLLSGbsOSVlCblnlza2INi1VbwYqehT3DQvzP2rnNA+LFlRRIYupvV0heztgwalCOfJWinDQh9FuRRXMFFyfI="
6-
71
language: cpp
82
os:
93
- linux
@@ -21,19 +15,12 @@ addons:
2115
- gcc-4.8
2216
- g++-4.8
2317
- clang
24-
coverity_scan:
25-
project:
26-
name: "DanielChappuis/reactphysics3d"
27-
description: "Build submitted via Travis CI"
28-
notification_email: chappuis.daniel@gmail.com
29-
build_command_prepend: "mkdir build_directory; cd build_directory; cmake -G 'Unix Makefiles' -DCMAKE_BUILD_TYPE=Debug —DDOUBLE_PRECISION_ENABLED=False ../"
30-
build_command: "make"
31-
branch_pattern: develop
3218
branches:
3319
only:
3420
- master
3521
- develop
3622
script:
23+
- mkdir build_directory
3724
- cd build_directory
3825
# Build in debug mode with double precision
3926
- cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug —DDOUBLE_PRECISION_ENABLED=True -DCOMPILE_TESTS=True ../

0 commit comments

Comments
 (0)